/*轮播图全屏*/
.big-con{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.big-con>a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    /*margin-left: -960px;*/
    height: 100%;
}
.big-con>a img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.big-con>a div{
    position: absolute;
    left: 0;
    bottom: 40vh;
    width: 100%;
    text-align: center;
    color: #006ab3;
}
.big-con>a div .cn{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 1vh;
}
.big-con>a div .en{
    font-size: 24px;
}
.gray-bg{
    background: #f5f5f5;
}
.news-section{
    padding-top: 10vh;
}
/*业务板块*/
.work-sections{
    padding-top: 5vh;
}
.work-sections .swiper-slide{
    width: 30%;
    position: relative;
    float: left;
    margin-right: 5%;
    margin-bottom: 1vh;
    padding: 0;
}
.work-sections .swiper-slide img.bg{
    width: 100%;
    display: block;
}
.work-sections .swiper-slide img.work-icon{
    width: 30%;
    /*height: 50%;*/
    position: absolute;
    top: 15%;
    left: 35.5%;
}
.work-sections .swiper-slide p{
    width: 100%;
    position: absolute;
    bottom: 30%;
    text-align: center;
    color: #0168b7;
    letter-spacing: 1px;
    font-size: 18px;
    z-index: 2;
}
.work-sections .swiper-slide .hover{
    display: none;
}
.work-sections .swiper-slide div.hover{
    width: 100%;
    height: 100%;
    background: rgba(0,104,183,0.72);
    position: absolute;
    top: 0;
    left: 0;

}
.work-sections .swiper-slide a:hover>.ork-icon{
    display: none;
}
.work-sections .swiper-slide a:hover .hover{
    display: block;
}
.work-sections .swiper-slide a:hover p{
    color: #fff;
}
/*更多板块*/
.more{
    text-align: center;
}
.more>img{
    cursor: pointer;
}
/*banner分页器*/
.swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}
.swiper-container-horizontal>.swiper-pagination{
    bottom: 5vh !important;
}